-
-
Notifications
You must be signed in to change notification settings - Fork 787
fix(rspack_plugin_wasm): fix wasm [name] placeholder in runtime #11391
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for rspack canceled.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add a test case to https://github.com/web-infra-dev/rspack/tree/main/packages/rspack-test-tools/tests? Thank you!
done |
CodSpeed Performance ReportMerging #11391 will not alter performanceComparing 🎉 Hooray!
|
Summary
Because
[name]
replacement requiresfilename
orchunkname
in PathData, it is replaced at runtime by injecting placeholders (wasmModuleName
)Related links
#11351
Checklist